2023 Method
Changes 0
M

LinearArray.Create

Description:
Creates a new linear array element from a set of elements.
Overloads (2):
Create(Document,View,ICollection[ElementId],Int32,XYZ,ArrayAnchorMember)
public static LinearArray Create(
	Document aDoc,
	View dBView,
	ICollection<ElementId> ids,
	int count,
	XYZ translationToAnchorMember,
	ArrayAnchorMember anchorMember
)
  • aDoc
    The document.
  • dBView
    The view. If it is a 2d view, translation vector must be in the view plane if elements include view-specific elements. If elements include view-specific elements, they must belong to this view.
  • ICollection<ElementId>
    ids
    The elements to array.
  • Int32
    count
    The number of array members to create including the initial element grouping. Must between 2 and 200.
  • translationToAnchorMember
    The translation vector for the array.
  • anchorMember
    Indicates if the translation vector specifies the location of the second member of the array, or the last member of the array.
Return Value LinearArray The new linear array element.